home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
Language
/
ace
/
Docs
/
bin.readme
< prev
next >
Wrap
Text File
|
1995-10-07
|
2KB
|
61 lines
PreProcesor
ACPP:
This is a hacked version of CPP. I have changed the includepath
df0:include/ and df1:include/ to ACE:Include/.
It _MUST_ have ace:include to work. If you have your includes
somewhere else just make an empty directory ACE:include and
use -Iyourincludes on the commandline for ACPP.
When you use comments in your source you can't use the old basic
way with ACPP, ie.
'my comment.
Instead you have to use C-comments ie.
/* my comment */
If you will use DCPP you can use C++ comments ie.
// my comment
Don't forget to have -// on the commandline.
DCPP:
DCPP can you pick up on Aminet. Just get the free Dice Arcive or
fetch Dice on your local BBS. If you can get DCPP do so it's a bit
faster than ACPP. Make sure you get the latest arcive, the one
from 1995.
RemoveLine:
This is a small utility to remove what the preprocesor puts in
your source. It's just a simple program you can write in ACE or C
if you like. The one I have made can handle lines of 500 chars. If
you have longer lines eg. large macros you get a visit from the guru.
This utility can be removed when ACE can handle the preprocesed stuff.
bas2:
This is just a script to make a program with acpp.
bas3:
The same as above but this one use dcpp.
Have fun.
Nisse
Note: see also bmaps.readme.